Service Worker Domain
ServiceWorkerDomain represents ServiceWorker protocol domain request/response operations and events that can be captured.
This API is marked as experimental in protocol definition and can change in the future.
Functions
deliverPushMessage
Link copied to clipboard
fun deliverPushMessage(input: DeliverPushMessageRequest): Single<RequestResponseFrame>
Content copied to clipboard
description
Link copied to clipboard
disable
Link copied to clipboard
dispatchPeriodicSyncEvent
Link copied to clipboard
fun dispatchPeriodicSyncEvent(input: DispatchPeriodicSyncEventRequest): Single<RequestResponseFrame>
Content copied to clipboard
dispatchSyncEvent
Link copied to clipboard
fun dispatchSyncEvent(input: DispatchSyncEventRequest): Single<RequestResponseFrame>
Content copied to clipboard
enable
Link copied to clipboard
events
Link copied to clipboard
getDependencies
Link copied to clipboard
inspectWorker
Link copied to clipboard
fun inspectWorker(input: InspectWorkerRequest): Single<RequestResponseFrame>
Content copied to clipboard
setForceUpdateOnPageLoad
Link copied to clipboard
fun setForceUpdateOnPageLoad(input: SetForceUpdateOnPageLoadRequest): Single<RequestResponseFrame>
Content copied to clipboard
skipWaiting
Link copied to clipboard
startWorker
Link copied to clipboard
stopAllWorkers
Link copied to clipboard
stopWorker
Link copied to clipboard
unregister
Link copied to clipboard
updateRegistration
Link copied to clipboard
fun updateRegistration(input: UpdateRegistrationRequest): Single<RequestResponseFrame>
Content copied to clipboard
workerErrorReported
Link copied to clipboard
workerRegistrationUpdated
Link copied to clipboard
fun workerRegistrationUpdated(): Flowable<WorkerRegistrationUpdatedEvent>
Content copied to clipboard
workerVersionUpdated
Link copied to clipboard
Sources
jvm source
Link copied to clipboard